Package edu.claflin.finder.logic
Contains the data structure and processing code-base.
-
Class Summary Class Description BronKerboschBipartiteUtils Provides methods to mark graphs as bipartite using the basic Graph, Edge, and Node classes.Condition Represents a graph condition in memory.ConditionedGraph Represents a "conditioned" graph.Edge<D> Represents an Edge in memory.Graph Used to represent a graph in memory.Node Represents a node in memory.